Skip to content

Feature: authentication module api's and middle-wares#3

Open
vijaynp007 wants to merge 8 commits intofeature/product_folder_structurefrom
feature/auth_module_packages
Open

Feature: authentication module api's and middle-wares#3
vijaynp007 wants to merge 8 commits intofeature/product_folder_structurefrom
feature/auth_module_packages

Conversation

@vijaynp007
Copy link

No description provided.

@vijaynp007 vijaynp007 changed the title Feature/auth module packages Feature: authentication module api's and middle-wares Dec 18, 2024
Copy link
Collaborator

@abhi02-vc abhi02-vc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asgi.py

Risk Score: 10/5

Server Debug Mode

The reload option is set to True, which means the server will restart on code changes. This is suitable for development but should be disabled in production environments.

celery_tasks/init.py

Risk Score: 0/5

celery_tasks/tasks/init.py

Risk Score: 0/5

celery_tasks/tasks/example_tasks.py

Risk Score: 0/5

celery_tasks/worker.py

Risk Score: 5/5

Celery Task Configuration

The Celery app is configured with a Redis broker and backend. Ensure that the Redis configuration is secure and that the necessary permissions are set.

config/celery_config.py

Risk Score: 0/5

config/db_config.py

Risk Score: 2/5

Database Session Factory

The get_db function is now an asynchronous generator. Ensure that all database operations are handled correctly within an asynchronous context.

config/jwt_config.py

Risk Score: 0/5

config/kaleyra_config.py

Risk Score: 0/5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants